projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ccf257
)
* lisp/emacs-lisp/debug.el (help-xref-interned): Update declaration.
author
Glenn Morris
<rgm@gnu.org>
Tue, 5 May 2015 00:22:15 +0000
(20:22 -0400)
committer
Glenn Morris
<rgm@gnu.org>
Tue, 5 May 2015 00:22:15 +0000
(20:22 -0400)
lisp/emacs-lisp/debug.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/debug.el
b/lisp/emacs-lisp/debug.el
index ce5c7863c3cd64ad83daa149ea3895f3b8858fbd..9d32ba241debb9a078088f3857a4383cfb51870f 100644
(file)
--- a/
lisp/emacs-lisp/debug.el
+++ b/
lisp/emacs-lisp/debug.el
@@
-731,7
+731,8
@@
Complete list of commands:
(buffer-substring (line-beginning-position 0)
(line-end-position 0)))))
-(declare-function help-xref-interned "help-mode" (symbol))
+(declare-function help-xref-interned "help-mode"
+ (symbol &optional buffer frame))
(defun debug-help-follow (&optional pos)
"Follow cross-reference at POS, defaulting to point.